home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / onboard / scripts / switchButtons.pyc (.txt) < prev   
Python Compiled Bytecode  |  2009-10-28  |  465b  |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import gconf
  5.  
  6. def run():
  7.     gconfClient = gconf.client_get_default()
  8.     b = gconfClient.get_bool('/desktop/gnome/peripherals/mouse/left_handed')
  9.     gconfClient.set_bool('/desktop/gnome/peripherals/mouse/left_handed', not b)
  10.  
  11.